@media screen and (max-width: 800px) {
#huandeng {
	height: 200px;
	width: 100%;
	text-align: left;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	padding-top: 60px;
}
#huandeng ul {
	margin: 0px;
	padding: 0px;
}
#huandeng ul li {
	margin: auto;
	padding: 0px;
	list-style-type: none;
	display: none;
	height: 150px;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#huandeng ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
#huandeng .prev,#huandeng .next {
	display:none;
}
#banner {
	height: 130px;
	width: 100%;
	text-align: left;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: 60px;
}
#tel_btn {
	height: 50px;
	width: 100%;
	text-align: left;
	position: fixed;
	z-index: 10000;
	left: 0px;
	bottom: 0px;
	background-color: #06C;
	display: block;
}
#tel_btn a {
	background-color: #06C;
	display: block;
	height: 45px;
	width: 100%;
	background-size: contain;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#tel_btn a:hover {
	color: #FFF;
	text-decoration: none;
}
#tel_btn a img {
	height: 32px;
	margin-right: 10px;
}
#header {
	text-align: center;
	margin: auto;
	width: 100%;
	height: 210px;
}
#menu{
	display: inline-block;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center -5px;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-color: #FFF;
	float: right;
	height: 40px;
	margin-top: 10px;
	margin-right: 30px;
}
#menu:hover{
	background-position: center -55px;
	background-color: #8b94a5;
}
#logo {
	height: 40px;
	background-color: #FFF;
	text-align: left;
	width: 50%;
	float: left;
}
#language {
	background-color: #FFF;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 70px;
	padding-top: 10px;
}
#language,#tel {
	display: none;
}

#language a {
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#language a:hover {
	text-decoration: none;
	background-color: #039;
	color: #FFF;
}
#navigation {
	clear: both;
	text-align: left;
	opacity: .8;
	display: none;
	padding-top: 20px;
}
#navigation ul {
	margin: auto;
	text-align: left;
	display: block;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	overflow: visible;
}
#navigation ul li a {
	color: #000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-weight: bold;
}
#navigation ul li a:hover {
	background-color: #039;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a strong {
	background-color: #039;
	display: block;
	padding-top: 5px;
	margin-top: -5px;
	margin-left: -10px;
	padding-left: 10px;
	color: #FFF;
	margin-right: -10px;
	margin-bottom: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#navigation ul li ul li a {
	font-weight: normal;
}
#footer {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	padding-bottom: 200px;
}
#footer-navigation {
	display: none;
}
#footer-content {
	margin: auto;
}
#footer-content p {
	line-height: 200%;
}
#footer-left {
}
#footer-right {
}
#footer-company-name {
	font-size: 18px;
}
#footer-company-name2 {
	font-size: 12px;
}
#footer-company-tel {
	font-size: 30px;
}
#footer-link {
	font-size: 14px;
}
#copyright {
	font-size: 12px;
	color: #8b94a5;
}
#content {
	text-align: left;
	margin: auto;
	clear: both;
	width: 100%;
}
#content-main {
	padding: 10px;
}
#content-menu {
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}
#content-menu-down{
	background-image: url(../images/content-menu-down.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	position: absolute;
	height: 50px;
	width: 100%;
}
#content-menu h2 {
	background-image: url(../images/left_h2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 36px;
	font-size: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	background-color: #039;
}
#content-menu h2 em {
	color: #bebebe;
	font-size: 12px;
	padding-left: 10px;
	font-style: normal;
}
#content-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
#content-menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-menu li ul{
	padding-left: 20px;
}
#content-menu ul li a {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 46px;
	font-size: 14px;
	display: block;
	color: #333333;
	font-weight: bold;
}
#content-menu ul li ul a {
	font-weight: normal;
}
#content-menu ul li a:hover {
	background-color: #0800a8;
	color: #FFFFFF;
}
#content-menu ul li a em {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	font-style: normal;
}
#content-menu ul .active a{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 46px;
	font-size: 14px;
	display: block;
	background-color: #666666;
	color: #FFF;
}
#content-menu ul .active ul a{
	background-color: transparent;
	color: #333333;
}
#location {
	text-align: right;
	margin: 0px;
	color: #999;
	font-size: 12px;
	padding: 0px;
}
.neirong_title {
	font-size: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.neirong {
	margin: 0px;
}
.neirong h1 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.neirong h2 {
	font-size: 20px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	text-indent: 32px;
}
.neirong h3 {
	font-size: 18px;
	color: #0800a8;
	text-indent: 32px;
	line-height: 200%;
}
.neirong h4 {
	font-size: 18px;
	color: #0099FF;
	text-indent: 32px;
	line-height: 200%;
}
.neirong p {
	text-indent: 2em;
	line-height: 200%;
}
.neirong table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.neirong td {
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
}
.neirong th {
	text-align: left;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #CCCCCC;
	padding: 3px;
}
.neirong ul {
	padding-left: 32px;
}
.neirong ol {
	padding-left: 32px;
}
.neirong li{
	list-style-position: inside;
	line-height: 200%;
}
.neirong img {
	width: 100%;
	float: none;
	display: block;
}
.neirong object {
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #f9f9f9;
}
.neirong_picb {
	text-align: center;
	padding-bottom: 10px;
}
.map img {
	margin: 0px;
	padding: 0px;
	background-image: none;
	border: 0px none #FFF;
}
.pages {
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
}
.pages a {
	color: #8b94a5;
	text-decoration: none;
	border: 1px solid #8b94a5;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.pages a:hover {
	background-color: #8b94a5;
	color: #FFFFFF;
	border: 1px solid #8b94a5;
}
.pages_none {
	background-color: #efefef;
	display: inline;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.pages_now {
	color: #FFFFFF;
	background-color: #0800a8;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #8b94a5;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.chanpin {
	margin: 0px;
	text-align: left;
	width:100%;
	padding: 0px;
}
.chanpin dl{
	text-align: left;
	width: 100%;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.chanpin dl dt {
	clear: both;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.chanpin dl dd {
	line-height: 150%;
	clear: both;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.chanpin dl dd h2 {
	font-size: 16px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color: #06C;
}
.chanpin dl dd h2 a{
	color: #039;
}
.chanpin dl dd p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
	line-height: 200%;
}
.chanpin_img img {
	margin: 0px;
	padding: 5px;
	background-color: #E7E7E7;
	width: 98%;
}
.chanpin_content {
	font-family: youyuan;
	font-size: 16px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
.chanpin_more {
	text-align: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pingpu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pingpu dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline-block;
}
.pingpu dl dt {
	margin: 0px;
	padding: 5px;
	text-align: center;
}
.pingpu dl dt img{
	margin: 0px;
	padding: 5px;
	background-color: #E7E7E7;
	max-width: 98%;
}
.pingpu dl dd {
	text-align: center;
	padding: 0px;
	margin: 10px;
}
#picb_bg {
	background-color: #000;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: fixed;
	z-index: 2000;
	display: none;
	left: 0px;
	top: 0px;
	opacity: .6;
}
#picb_img {
	height: 94%;
	width: 94%;
	overflow: auto;
	position: fixed;
	z-index: 2100;
	top: 0px;
	right: 0px;
	text-align: center;
	padding: 3%;
	display: none;
}
#picb_img img {
	background-color: #FFF;
	padding: 10px;
	max-width: 100%;
}
#picb_close {
	background-color: #fff;
	overflow: auto;
	position: fixed;
	z-index: 2200;
	right: 0px;
	top: 0px;
	background-image: url(../images/pic-img/closelabel.gif);
	cursor: pointer;
	height: 40px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.pic {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pic dl {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
.pic dl dt {
	margin: 0px;
	padding: 0px;
}
.pic dl dt img {
	background-color: #f0f0f0;
	border: 5px solid #f0f0f0;
	width: 90%;
}
.pic dl dd {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fenlei {
	float: left;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-left: 100px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.fenlei:hover {
	padding-bottom: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
.fenlei a {
	display: block;
}

.fenlei a em {
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}

.news {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
}
.news ul {
	margin: 0px;
	padding: 0px;
}
.news ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/line1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news ul li a {
	text-decoration: none;
	padding-left: 40px;
	background-image: url(../images/li2.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.news ul li a:hover {
	background-color: #f9f9f9;
}
.form_submit {
	background-color: #f0f2f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F4F8;
	border-right-color: #CFD6E2;
	border-bottom-color: #CFD6E2;
	border-left-color: #F3F4F8;
	padding: 20px;
}
.form_submit ul {
	margin: 0px;
	padding: 0px;
}
.form_submit ul li {
/*	background-image: url(../manage/images/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
*/	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
.form_submit label{
	width: 100%;
	display: inline-block;
}
.form_submit input[type="text"],.form_submit select,.form_submit textarea {
	width: 92%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFD6E2;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CFD6E2;
	font-size: 14px;
	border-radius: 3px;
	padding: 2%;
	margin: 2%;
}
.form_submit textarea {
	height:100px;
}
.form_submit input[type="submit"] {
	color: #FFF;
	width: 96%;
	background-color: #8b94a5;
	font-size: 16px;
	text-align: center;
	border-radius: 0px 8px 0px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEB5BF;
	border-right-color: #5C6778;
	border-bottom-color: #5C6778;
	border-left-color: #AEB5BF;
	padding: 2%;
	margin: 2%;
}
.form_submit input[type="submit"]:hover {
	background-color: #0800a8;
	border-top-color: #F00;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #F00;
}
#xunpan {
	display: none;
}
#xunpan_btn {
	color: #FFF;
	background-color: #8b94a5;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 8px 0px 8px;
	padding-right: 50px;
	padding-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEB5BF;
	border-right-color: #5C6778;
	border-bottom-color: #5C6778;
	border-left-color: #AEB5BF;
	margin: 10px;
	display: inline-block;
}
#xunpan_btn:hover {
	background-color: #0800a8;
	border-top-color: #F00;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #F00;
}
#order_btn {
	color: #FFF;
	background-color: #8b94a5;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 8px 0px 8px;
	padding-right: 50px;
	padding-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEB5BF;
	border-right-color: #5C6778;
	border-bottom-color: #5C6778;
	border-left-color: #AEB5BF;
	margin: 10px;
	display: inline-block;
}
#order_btn:hover {
	background-color: #0800a8;
	border-top-color: #F00;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #F00;
}
#order_btn a {
	color: #FFF;
	text-decoration: none;
}
.liuyan {
}
.liuyan ul {
	border: 1px solid #CCC;
	padding: 0px;
	line-height: 200%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.liuyan ul li {
	list-style-type: none;
	padding: 5px;
}
.liuyan_liuyan {
	background-image: url(../manage/images/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #efefef;
}
.liuyan_liuyan strong {
	background-image: url(../images/liuyan_liuyan.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.liuyan_huifu strong {
	background-image: url(../images/liuyan_huifu.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.liuyan_huifu {
}
.zhaopin {
	/* [disabled]width: 46%; */
	margin-right: 2%;
	margin-left: 2%;
	/* [disabled]float: left; */
	padding-bottom: 20px;
}
.zhaopin h2 {
	background-image: url(../images/line1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
.zhaopin h2 img {
	vertical-align: middle;
	padding-right: 20px;
	height: 26px;
	width: 26px;
	display: inline;
}

#zhaopin_btn   {
	cursor: pointer;
	color: #0066CC;
	font-size: 16px;
	text-indent: 2em;
}
#zhaopin_form {
	display: none;
}

.qq {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 80px;
	padding-right: 40px;
	padding-bottom: 80px;
	padding-left: 40px;
}
.qq a {
	color: #000000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.link {
}
.link ul {
	margin: 0px;
	padding: 10px;
	clear: both;
}
.link ul li {
	text-align: center;
	float: left;
	width: 120px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#homepage {
	text-align: left;
	clear: both;
	width: 100%;
	padding-top: 50px;
}
#about {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	overflow: visible;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#about h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#about h2 em {
	font-size: 12px;
	color: #c4c4c4;
	font-style: normal;
}
#about p {
	text-indent: 2em;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#about-1 {
	background-image: url(../images/about1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 200px;
}
#about-2 {
	background-image: url(../images/about2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 200px;
}
#about-3 {
	background-image: url(../images/about3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 200px;
}
#case {
	text-align: center;
	margin: auto;
}
#case h2 {
	font-size: 36px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}
#case h2 em {
	font-size: 18px;
	font-style: normal;
}
#products {
	text-align: center;
	margin: auto;
}
#products h2 {
	font-size: 36px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}
#products h2 em {
	font-size: 18px;
	font-style: normal;
}
.solutions_btn {
	width: 100%;
	height: 150px;
	display: block;
	margin: auto;
	border-radius: 15px;
	box-shadow: 0px 2px 4px 1px #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#news {
	text-align: left;
	margin: auto;
	width: 90%;
}
#news h2 {
	font-size: 36px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}
#news h2 em {
	font-size: 18px;
	font-style: normal;
}
#news dl{
	background-color: #f9f9f9;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#news dl:hover{
	background-color: #efefef;
}
#news dl dt{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#news dl dt a{
	font-size: 18px;
}
#news dl dd{
	line-height: 200%;
	color: #999;
	padding: 10px;
	text-indent: 2em;
}
#search {
	text-align: center;
	background-color: #efefef;
	margin-top: 30px;
	padding-bottom: 30px;
}
#search_keyword  {
	background-color: #FFF;
	height: 40px;
	width: 200px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, "microsoft yahei";
	border: 1px solid #efefef;
}
#searchdiv {
	background-image: url(../images/search_btn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #efefef;
}
#searchdiv:hover {
	background-image: url(../images/search_btn_hover.jpg);
}
#footer_search {
	text-align: center;
	background-color: #efefef;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer_search_keyword  {
	background-color: #f1f2f6;
	height: 30px;
	width: 80%;
	max-width: 280px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Arial, "microsoft yahei";
	border: 1px solid #cccfd6;
	color: #787b82;
	background-image: url(../images/footer-search-bg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 8px;
}
#search_submit {
	display: none;
}
#content-search {
	width: 80%;
	margin: auto;
}
#alibaba {
	text-align: center;
	margin: auto;
	clear: both;
}
}
